Search
BarSeries Constructor
See Also
 






Initializes a new instance of the BarSeries class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public BarSeries (
    List<Double> values,
    List<String> innerLabels,
    List<String> topLabels,
    List<String> xAxisLabels
)

 Parameters

values

A list of data values.

innerLabels

A list of inner labels.

topLabels

A list of top labels.

xAxisLabels

A list of labels to be rendered at the axis, at which the bars are drawn.

 See Also